/* 青骄科技 -- 天童美语  --  首页模块  ---  样式表 */
/* TIME:2021-02-22 | author: Hefengyu */
.banner{
	position: relative;
}
.banner .swiper-container .swiper-slide img{
	width: 100%;
	display: block;
}
.banner .swiper-container .swiper-slide .wap-banner{
	display: none;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	opacity: 0;
	visibility: hidden;
}
.banner:hover .swiper-button-next{
	opacity: 1;
	visibility: visible;
	right: 30px;
}
.banner:hover .swiper-button-prev{
	opacity: 1;
	visibility: visible;
	left: 30px;
}
 .banner .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: #57a0fa;
}
.form {
	width: 260px;
	position: absolute;
	top: 50%;
	right: 12%;
	transform: translate(0,-50%);
	background: rgba(0,0,0,0.5);
	z-index: 999;
	padding: 30px 15px;
}
.form .cn{
	margin-top: 20px;
}
.form h4{
	text-align: center;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}
.form h4 font{
	color: #fcbe00;
}
.form h6{
	text-align: center;
	font-style: italic;
	font-size: 16px;
	color: #fff;
}
.form .item{
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form .item i{
	color: #ccc;
	display: block;
	width: 26px;
	font-size: 20px;
	line-height: 20px;
}
.form .item input,.form .item select{
	display: block;
	border: 0;
	flex: 1;
	padding-left: 5px;
   line-height: 40px;
   height: 40px;
   color: #999;
   cursor:pointer;
   background: none;
}
.form .item select option{
  color: #999;
}

.form .item .code{
	color: #fad303;
   background: none;
   position: absolute;
   right: 10px;
   width: 100px;
   text-align: right;
 }

.form button{
	display: block;
	width: 100%;
	line-height: 40px;
	background: #ff6600;
	color: #fff;
	text-align: center;
}
.form a{
	text-align: right;
	display: block;
	color: #fff;
	font-size: 13px;
	margin-top: 20px;
	text-decoration: underline;
}
.form a font{
	color: #fad303;
	display: inline-block;
	padding-left: 5px;
	text-decoration: underline;
}


.i1_group{
	background: url(../images/i1_bg.png) no-repeat bottom center,#fff;
	padding: 100px 0;
}
.i1_group .group{
	display: flex;
	justify-content: space-between;
	margin: 100px 0;
}
.i1_group .item {
	position: relative;
	line-height: 1;
	text-align: center;
}
.i1_group .item h4{
	font-size: 48px;
	color: #000000;
	margin-bottom: 30px;
}
.i1_group .item h6{
	font-size: 16px;
	color: #666;
}
.i1_group .item i{
	position: absolute;
	right: 30px;
	top: 20px;
	font-size: 24px;
	font-style: normal;
	color: #000;
}
.i1_group .item:nth-child(2) i{
	right: -20px;
}
.i1_group .item:nth-child(3) i{
	right: -10px;
}
.btn a{
	display: block;
	width: 230px;
	line-height: 48px;
	border-radius: 24px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
	background: #FB8557;
	box-shadow: 0px 0px 14px 0px rgba(225, 103, 26, 0.36);
}
.i1_group .btn a{
	animation: breathing infinite 2s linear;
}
@keyframes breathing{
	0%{transform: scale(1);}
	50%{transform: scale(0.9);}
	100%{transform: scale(1);}
}
.i2_group img{
	width: 100%;
	display: block;
}
.i3_group{
	padding: 100px 0;
}
.i3_group .group{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.i3_group .left{
	width: 12%;
}
.i3_group .left dd{
	background: #f3f3f3;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.i3_group .left dd:nth-child(1),
.i3_group .left dd:nth-child(2),
.i3_group .left dd:nth-child(5){
	line-height: 45px;
}
.i3_group .left dd:nth-child(3){
	height: 220px;
}
.i3_group .left dd:nth-child(4),
.i3_group .left dd:nth-child(6){
	height: 100px;
}
.i3_group .right{
	width: 88%;
	display: flex;
	justify-content: space-between;
}
.i3_group .right .item{
	width: 25%;
	background: #fb8557;
}
.i3_group .right .item h4{
	padding: 1px;
	background: #fff;
}
.i3_group .right .item h4>div{
	border: 1px solid #fb8557;
	line-height: 43px;
}
.i3_group .right .item .step{
	display: flex;
	background: #fff;
}
.i3_group .right .item .step span{
	display: block;
	width: 33.33%;
	background: #ffe6dd;
	border: 1px solid #fff;
	line-height: 45px;
}
.i3_group .right .item .view{
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 0 15px;
}
.i3_group .right .item .view:nth-child(3){
	height: 220px;
	flex-flow: wrap;
}
.i3_group .right .item .view:nth-child(3) h6{
	font-weight:  bold;
	font-size: 14px;
	margin-bottom: 20px;
}
.i3_group .right .item .view:nth-child(4),
.i3_group .right .item .view:nth-child(6){
	height: 100px;
}
.i3_group .right .item .view:nth-child(5){
	line-height: 45px;
}
.i3_group .right .item.gold .view{
	background: #fdbe01;
}
.i3_group .right .item.gold h4>div{
	border: 1px solid #fdbe01;
}
.i3_group .right .item.gold .step span{
	background: #feedb9;
}
.i3_group .right .item.cyan .view{
	background: #4ed6cc;
}
.i3_group .right .item.cyan h4>div{
	border: 1px solid #4ed6cc;
}
.i3_group .right .item.cyan .step span{
	background: #ccf3f0;
}
.i3_group .right .item.blue .view{
	background: #57a0fc;
}
.i3_group .right .item.blue h4>div{
	border: 1px solid #57a0fc;
}
.i3_group .right .item.blue .step span{
	background: #d0e4ff;
}
.i3_group .right-wap{
	display: none;
}
.i3_group .swiper-pagination-bullet-active{
	background: #fff;
}




.i4_group{
	background: url(../images/maps-bg.jpg) no-repeat center;
	background-size: cover;
}
.i4_group .container{
	padding: 100px 0 160px 0;
	position: relative;
}
.i4_group .maps{
	position: relative;
	display: inline-block;
}
.i4_group .maps-wap{
	display: none;
}
.maps .province{
	position: absolute;
}
.maps .province .dian{
	width: 8px;
	height: 8px;
	background: #fb8557;
	position: absolute;
	border-radius: 50%;
	animation: huxi infinite 2s linear;
	cursor: pointer;
	z-index: 1;
}
.maps .province .dian>div{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(251,133,87,0.2);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}
@keyframes huxi{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.4);
	}
	100%{
		transform: scale(1);
	}
}
.maps .province .world{
	position: absolute;
	top: 0;
	left: 0;
	background: #67a9fc;
	padding: 20px;
	border-radius: 15px;
	width: 150px;
	color: #fff;
	z-index: 100;
	line-height: 1;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.5s;
	box-shadow: 0px 2px 4.7px 0.3px rgba(27, 108, 180, 0.61);
}
.maps .province .world h4{
	font-size: 16px;
}
.maps .province .world .num{
	font-size: 30px;
	margin: 10px 0;
}
.maps .province .world .text{
	font-size: 13px;
}
.maps .province.current .world{
	opacity: 1;
	visibility: visible;
}
.maps .province.current img{
	opacity: 1;
}
.maps .op img{
	opacity: 0.35;
}






.maps .heilongjiang{
	top: 0;
	right: 0;
}
.maps .heilongjiang .dian{
	top: 80px;
	right: 60px;
}
.maps .heilongjiang .world{
	top: 80px;
	left: 60px;
}
.maps .jilin{
	top: 102px;
	right: 22px;
}
.maps .jilin .dian{
	top: 42px;
	right: 42px;
}
.maps .jilin .world{
	top: 42px;
	left: 42px;
}
.maps .liaoning{
	top: 147px;
	right: 73px;
	z-index: 1;
}
.maps .liaoning .dian{
	top: 30px;
	right: 20px;
}
.maps .tainjin{
	top: 165px;
	right: 134px;
	z-index: 1;
}
.maps .tainjin .dian{
	top: 30px;
	right: 32px;
}
.maps .hebei{
	top: 165px;
	right: 134px;
	z-index: 10;
}
.maps .hebei .dian{
	top: 35px;
	right: 34px;
}
.maps .hebei .world{
	top: -35px;
	left: 34px;
}
.maps .shandong{
	top: 230px;
	right: 100px;
	z-index: 10;
}
.maps .shandong .dian{
	top: 30px;
	right: 50px;
}
.maps .jiangsu{
	top: 279px;
	right: 106px;
}
.maps .jiangsu .dian{
	top: 30px;
	right: 18px;
}
.maps .shanghai{
	top: 323px;
	right: 101px;
}
.maps .shanghai .dian{
	top: 6px;
	right: 3px;
	display: none;
}
.maps .zhejiang{
	top: 336px;
	right: 98px;
}
.maps .zhejiang .dian{
	top: 25px;
	right: 20px;
}
.maps .fujian{
	top: 379px;
	right: 117px;
}
.maps .fujian .dian{
	top: 30px;
	right: 25px;
}
.maps .guangdong{
	top: 421px;
	right: 155px;
}
.maps .guangdong .dian{
	top: 22px;
	right: 45px;
}
.maps .guangxi{
	top: 413px;
	right: 222px;
}
.maps .guangxi .dian{
	top: 30px;
	right: 30px;
}
.maps .yunnan{
	top: 355px;
	right: 301px;
}
.maps .yunnan .dian{
	top: 75px;
	right: 50px;
}
.maps .guizhou{
	top: 368px;
	right: 255px;
	z-index: 10;
}
.maps .guizhou .dian{
	top: 28px;
	right: 25px;
}
.maps .chongqing{
	top: 281px;
	right: 247px;
	z-index: 10;
}
.maps .chongqing .dian{
	top: 54px;
	right: 70px;
}
.maps .sichuan{
	top: 280px;
	right: 247px;
}
.maps .sichuan .dian{
	top: 58px;
	right: 80px;
}
.maps .gansu{
	top: 150px;
	right: 260px;
}
.maps .gansu .dian{
	top: 80px;
	right: 60px;
}
.maps .neimenggu{
	top: 5px;
	right: 92px;
}
.maps .neimenggu .dian{
	top: 170px;
	right: 140px;
}
.maps .hubei{
	top: 305px;
	right: 170px;
}
.maps .hubei .dian{
	top: 25px;
	right: 50px;
}
.maps .hunan{
	top: 353px;
	right: 195px;
}
.maps .hunan .dian{
	top: 33px;
	right: 30px;
}
.maps .shanxi{
	top: 215px;
	right: 220px;
}
.maps .shanxi .dian{
	top: 65px;
	right: 30px;
}
.maps .hainan{
	bottom: 1px;
	right: 237px;
}
.maps .hainan .dian{
	top: 10px;
	right: 15px;
}
.maps .hainan .world{
	top: -40px;
	right: 20px;
}
.maps .anhui{
	top: 281px;
	right: 129px;
}
.maps .anhui .dian{
   top: 40px;
	right: 25px;
}
.maps .jiangxi{
	top: 352px;
	right: 139px;
}
.maps .jiangxi .dian{
	top: 25px;
	right: 30px;
}
.nansha{
	width: 100px;
   border: 1px solid #fb8557;
   position: absolute;
	right: 100px;
	bottom: -80px;
}


.i4_group .right{
	position: absolute;
	right: 0;
	top: 0;
	width: 28%;
	height: 100%;
	background: url(../images/i4-right.png) no-repeat center;
	background-size: cover;
	padding: 80px 60px;
}
.i4_group .right .til{
	color: #fff;
	text-align: right;
	line-height: 1;
}
.i4_group .right .til h6{
	font-size: 18px;
}
.i4_group .right .til h4{
	font-size: 26px;
	font-weight: bold;
	margin: 20px 0;
}
.i4_group .right .til span{
	font-size: 20px;
}
.i4_group .right .item{
	color: #fff;
}
.i4_group .right .item .til-small{
	font-size: 16px;
	line-height: 40px;
	margin: 70px 0 60px 0;
	width: 100%;
	border: 1px solid rgba(255,255,255,0.5);
	text-align: center;
}
.i4_group .right .item .view-cont{
	position: relative;
}
.i4_group .right .item .view-over{
	height: 360px;
	overflow: auto;
	padding-right: 15px;
	position: relative;
	z-index: 1;
}
.i4_group .right .item .view{
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.i4_group .right .item .view h4{
	font-weight: bold;
}
.i4_group .right .item .view-over::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: #fff;
}
.i4_group .right .item .view-over::-webkit-scrollbar-track {/*滚动条里面轨道*/
	border-radius: 10px;
	background: transparent;
}
.i4_group .right .item .view-cont::after{
	content: '';
	width: 1px;
	height: 280px;
	background: #f7ece5;
	position: absolute;
	right: 2.2px;
	top: 0;
}
.i4_group .til-wap{
	display: none;
}
#normalcon1{
	display: none;
}

.i5_group{
	padding: 100px 0;
	background: url(../images/news-bg.jpg) no-repeat center bottom;
}
.i5_group .swiper-news{
	padding: 40px 10px;
	margin-top: 30px;
}
.i5_group .swiper-slide a{
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
	display: block;
	color: #999;
	padding: 40px 30px;
	position: relative;
	margin: 0 10px;
}
.i5_group .swiper-slide img{
	display: block;
	margin: 0 auto;
	max-width: 85%;
	transition: all ease 0.5s;
}
.i5_group .swiper-slide:hover img{
	transform: scale(1.1);
}
.i5_group .swiper-slide h4{
	font-size: 18px;
	line-height: 1;
	color: #333;
	margin: 30px 0 20px 0;
}
.i5_group .swiper-slide .btnNews{
	color: #fb8557;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.i5_group .swiper-slide .zan{
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	border: 1px solid #57a0fc;
	background: #fff;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%,0);
	text-align: center;
}
.i5_group .swiper-slide .zan i{
	display: block;
	font-size: 30px;
	color: #57a0fc;
}
.i5_group .swiper-slide:hover .zan i{
	transform: rotateY(180deg);
	transition: all ease 0.5s;
}
.i5_group .container{
	position: relative;
}
.i5_group .swiper-button-next,
.i5_group .swiper-button-prev{
	background: none;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.4);
	border-radius: 50%;
	margin: 0;
	line-height: 40px;
	text-align: center;
	top: 55%;
}
.i5_group .swiper-button-next{
	right: -40px;
}
.i5_group .swiper-button-prev{
	left: -40px;
}
.i5_group .swiper-button-next i,
.i5_group .swiper-button-prev i{
	font-size: 18px;
	color: #fff;
	display: block;
}
.i5_group .swiper-button-prev i{
	transform: rotate(180deg);
}

.i6_group{
	margin: 100px 0;
}
.i6_group .btn a{
	width: 200px;
	box-shadow: none;
	margin-top: 30px;
}
.i6_group .cont{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.i6_group .left{
	width: 45%;
	position: relative;
	overflow: hidden;
}
.i6_group .left .til{
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	padding: 15px 0 0 160px;
}
.i6_group .left img{
	width: 100%;
	display: block;
	transition: all ease 0.5s;
}
.i6_group .left:hover img{
	transform: scale(1.05);
}
.i6_group .left .time{
	width: 110px;
	height: 110px;
	background: #57a0fc;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0px;
	left: 20px;
	transition: all ease 0.5s;
}
.i6_group .left:hover .time{
	background: #fb8557;
}
.i6_group .left .time h4{
	font-size: 18px;
	line-height: 1;
}
.i6_group .left .time h4 span{
	display: block;
	font-size: 56px;
	margin-bottom: 5px;
}
.i6_group .right{
	width: 53%;
	overflow: hidden;
	position: relative;
}
.i6_group .right .right-kuang{
	overflow: auto;
	height: 370px;
	padding-right: 15px;
	position: relative;
	z-index: 1;
}
.i6_group .right .item a{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	color: #666;
}
.i6_group .right .time{
	width: 16%;
	height: 110px;
	background: #cccccc;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.i6_group .right .time h4{
	font-size: 18px;
	line-height: 1;
}
.i6_group .right .time h4 span{
	display: block;
	font-size: 56px;
	margin-bottom: 5px;
}
.i6_group .right .text{
	flex: 1;
	background: #f8f8f8;
	padding: 29px 30px;
	width: 84%;
	height: 110px;
}
.i6_group .right .text .til{
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i6_group .right .text .text-cont{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i6_group .right .item:hover .time{
	background: #fb8557;
	transition: all ease 0.5s;
}
.i6_group .right .item:hover .text{
	background: #57a0fc;
	transition: all ease 0.5s;
}
.i6_group .right .item:hover .til{
	color: #fff;
}
.i6_group .right .item:hover .text-cont{
	color: #fff;
}

.right-kuang::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
.right-kuang::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: #fb8557;
}
.right-kuang::-webkit-scrollbar-track {/*滚动条里面轨道*/
	border-radius: 10px;
	background: transparent;
}
.i6_group .right::after{
	content: '';
	width: 2px;
	height: 370px;
	background: #f7ece5;
	position: absolute;
	right: 4px;
	top: 0;
}
html *::-webkit-scrollbar{
	background: none;
}
.icon-guanbi{
	display:none
}




/* ---------------------1440px--------------------- */
@media(max-width:1440px){
	
}

/* ---------------------1200px--------------------- */
@media(max-width:1200px){
	.form h4{
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 6px;
	}
	.form h6{
		font-size: 14px;
	}
	.form .cn{
		margin-top: 10px;
	}
	.form .item{
		margin-bottom: 10px;
	}
	.form a{
		margin-top: 10px;
	}
	.i3_group .right .item .view{
		font-size: 12px;
		padding: 0 25px;
	}
	.i3_group .right .item .view:nth-child(3) h6{
		line-height: 1.5;
	}
	.i3_group .left dd{
		font-size: 13px;
	}
	.i4_group .right{
		width: 30%;
		padding: 80px 30px;
	}
	.i5_group .swiper-slide a{
		padding: 30px 20px;
	}
	.i5_group .swiper-slide h4{
		font-size: 16px;
		line-height: 1.5;
	}
	.i5_group .swiper-slide p{
		font-size: 13px;
	}
	.i6_group .left .time{
		bottom: 5px;
	}
	.i6_group .right .time h4 span{
		font-size: 45px;
	}
	.i6_group .right .time h4{
		font-size: 14px;
	}
}

/* ---------------------992px--------------------- */
@media(max-width:992px){
	.i1_group .item{
		margin: 0 15px;
	}
	.i1_group .item h4{
		margin-bottom: 15px;
	}
	.i1_group .item h6{
		font-size: 13px;
		line-height: 1.5;
	}
	.i1_group .item i{
		right: 15px;
	}
	.i1_group .item:nth-child(2) i{
		right: -20px;
	}
	.i1_group .item:nth-child(3) i{
		right: -20px;
	}
	.i3_group .right-pc{
		display: none;
	}
	.i3_group .right-wap{
		display: block;
	}
	.i3_group .left{
		width: 20%;
	}
	.i3_group .right{
		width: 80%;
	}
	.i3_group .right .item{
		width: 100%;
	}
	.i3_group .swiper-button-next, 
	.i3_group .swiper-button-prev{
		width: 18px;
		height: 30px;
		background-size: cover;
	}
	
	
	.i4_group .right{
		position: initial;
		width: 100%;
	}
	.i4_group .right .til{
		text-align: center;
	}
	.i4_group .right .item .til-small{
		margin: 20px 0;
	}
	.i4_group .left{
		text-align: center;
		margin-bottom: 40px;
	}
	.maps .province.current img{
		opacity: 0.35;
	}
	.maps .province .world{
		display: none;
	}
	.i5_group .swiper-button-next{
		right: 15px;
	}
	.i5_group .swiper-button-prev{
		left: 15px;
	}
	.i6_group .cont{
		flex-flow: wrap;
	}
	.i6_group .left{
		margin-bottom: 40px;
		height: auto;
		overflow: initial;
	}
	.i6_group .left,.i6_group .right{
		width: 100%;
	}
	.i6_group .left .til{
		padding-left: 130px;
	}
	.i6_group .left .time{
		bottom: -15px;
		left: 0;
	}
	
	.form-bg{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.4);
		z-index: 9999 !important;
		opacity: 0;
		visibility: hidden;
		transition: all ease 0.5s;
	}
	.form .icon-guanbi{
		position: absolute;
		top: 5px;
		right: 15px;
		color: #aaa;
		font-size: 20px;
	}
	.form{
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		background: #fff;
	}
	.form h4{
		color: #333;
	}
	.form h6{
		color: #666;
	}
	.form .item{
		background: #f8f8f8;
	}
	.form .item input{
		background: #f8f8f8;
	}
	.form a{
		color: #888;
	}
  .icon-guanbi{
		display:block
	}
}

/* ---------------------767px--------------------- */
@media(max-width:767px){
	.banner .swiper-container .swiper-slide .pc-banner{
		display: none;
	}
	.banner .swiper-container .swiper-slide .wap-banner{
		display: block;
	}
	.banner .swiper-button-next, 
	.banner .swiper-button-prev{
		display: none;
	}
	.i1_group{
		padding: 40px 0;
		background-size: 100% auto;
	}
	.title h4{
		line-height: 1.2;
		font-size: 26px;
		margin-bottom: 10px;
	}
	.title h6{
		font-size: 14px;
	}
	.title h4 font:nth-child(1){
		display: none;
	}
	.title h4 font{
		display: block;
	}
	.i1_group .group{
		margin: 30px 0;
		flex-flow: wrap;
	}
	.i1_group .item{
		width: 49%;
		border: 1px solid #e9e9e9;
		margin: 0.5%;
		background: #fff;
		padding: 5px 15px 15px 15px;
	}
	.i1_group .item:nth-child(2){
		width: 100%;
		order: 2;
	}
	.i1_group .item h4{
		line-height: 45px;
		font-size: 30px;
		margin-bottom: 0;
	}
	.i1_group .item i{
		position: initial;
	}
	.btn a{
		width: 180px;
		line-height: 40px;
		font-size: 14px;
	}
	.i3_group{
		padding: 40px 0;
	}
	.i3_group .group{
		margin-top: 20px;
		overflow: hidden;
	}
	.i3_group .left{
		width: 32%;
	}
	.i3_group .right{
		width: 68%;
	}
	.i3_group .right .item .step span{
		font-size: 13px;
	}
	.i4_group .container{
		padding: 40px 0 0 0;
	}
	.i4_group .maps{
		display: none;
	}
	.i4_group .maps-wap{
		display: block;
		padding: 0 15px;
	}
	.i4_group .maps-wap img{
		width: 100%;
		display: block;
	}
	.i4_group .right{
		padding: 40px 20px;
	}
	.i4_group .right .item .view-cont::after{
		right: 3px;
	}
	.i4_group .right .til h4{
		font-size: 28px;
		margin: 10px 0;
	}
	.i4_group .right .til h6,
	.i4_group .right .til span{
		font-size: 16px;
	}
	.i4_group .til-wap{
		display: block;
		margin: 30px 0;
		padding: 30px 15px 20px 15px;
		position: relative;
		background: #fff;
		border-radius: 5px;
	}
	#normaltab1{
		height: 45px;
	}
	.i4_group .til-wap .item{
		line-height: 40px;
		text-align: center;
		margin-bottom: 10px;
		color: #333;
		background: #FB8557;
		color: #fff;
		width: 100%;
		border-radius: 20px;
	}
	.i4_group .til-wap .item:last-child{
		margin-bottom: 0;
	}
	.i4_group .til-wap .ts{
		text-align: center;
		margin-top: 15px;
	}
	.i4_group .til-wap .ts i{
		display: inline-block;
		margin-right: 10px;
		color: #FB8557;
	}
	.i4_group .right .item .til-small{
		display: none;
	}
	#normalcon{
		display: none;
	}
	#normalcon1{
		display: block;
	}
	.i5_group{
		padding: 40px 0;
		background-size: cover;
	}
	.i5_group .swiper-news{
		margin-top: 0;
		padding: 30px 0;
	}
	.i5_group .swiper-slide a{
		padding: 15px;
		margin: 0;
	}
	.i5_group .swiper-slide .zan{
		width: 40px;
		height: 40px;
		line-height: 40px;
		bottom: -20px;
	}
	.i5_group .swiper-slide .zan i{
		font-size: 20px;
	}
	.i5_group .swiper-slide .btnNews{
		margin-top: 10px;
	}
	.i5_group .swiper-slide h4{
		margin: 10px 0;
	}
	.i6_group{
		margin: 40px 0 0 0;
		padding-bottom: 40px;
	}
	.i6_group .btn a{
		width: 160px;
		line-height: 40px;
		margin-top: 15px;
	}
	.i6_group .cont{
		margin-top: 20px;
		overflow: hidden;
	}
	.i6_group .left .time{
		width: 90px;
		height: 90px;
	}
	.i6_group .left .time h4 span{
		font-size: 40px;
	}
	.i6_group .left .time h4{
		font-size: 14px;
	}
	.i6_group .left .til{
		padding-left: 110px;
	}
	.i6_group .right .item a{
		margin-bottom: 10px;
	}
	.i6_group .right .time{
		width: 24%;
		height: auto;
	}
	.i6_group .right .text{
		width: 76%;
		height: auto;
		padding: 15px;
	}
	.i6_group .right .time h4 span{
		font-size: 40px;
	}
}

/* ---------------------380px--------------------- */
@media(max-width:380px){
	

}
/* ---------------------330px--------------------- */
@media(max-width:330px){
	.i1_group .item h4{
		font-size: 24px;
	}
}